-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor Updates #304
Merged
Merged
Minor Updates #304
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Historical Fixes > Allure binary download, unzip, and so on was updated > All libraries was updated to newer versions > Removed the error when you add the allure task to any plan (only a log message is shown) Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
…ckslashes together when filePath is concatenated > AllureBuildCompleteAction: Fixing Report URL in the executor.json file. > AllureCommandLineSupport: Increasing timeout to 5 minutes > AllureReportServlet: Rollback URL Pattern Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
…so on). Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
> Bug: When you try to uncheck an option from Bamboo UI the option is not saved. > Download Util class we created to download logo and allure binary > The deprecated logo was changed due to it being confused. (It is not deprecated, it is just not necessary) > The task description was changed > Bug: If you add an allure task to your plan the build fails due to API incompatibility Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
… next execution. Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
> Allure removed from the title. (it's not customizable) > A link was created to download the report for evidence in other systems. > The logo can have other types not only SVG. > Fix some dependencies conflicts Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
…major." This reverts commit d873df7.
…sion is major."" This reverts commit e143ff0.
> amps.version to 8.0.3-89c970d65 Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
Signed-off-by: Manuel Lara <lararojas.mr@gmail.com>
# Conflicts: # pom.xml # src/main/java/io/qameta/allure/bamboo/AllureArtifactsManager.java # src/main/java/io/qameta/allure/bamboo/AllureBuildCompleteAction.java # src/main/java/io/qameta/allure/bamboo/AllureBuildConfig.java # src/main/java/io/qameta/allure/bamboo/AllureCommandLineSupport.java # src/main/java/io/qameta/allure/bamboo/AllureConstants.java # src/main/java/io/qameta/allure/bamboo/AllureDownloader.java # src/main/java/io/qameta/allure/bamboo/AllureExecutable.java # src/main/java/io/qameta/allure/bamboo/AllureExecutableProvider.java # src/main/java/io/qameta/allure/bamboo/AllureGlobalConfig.java # src/main/java/io/qameta/allure/bamboo/AllureReportServlet.java # src/main/java/io/qameta/allure/bamboo/AllureReportTask.java # src/main/java/io/qameta/allure/bamboo/AllureSettingsManager.java # src/main/java/io/qameta/allure/bamboo/BambooExecutablesManager.java # src/main/java/io/qameta/allure/bamboo/info/AllurePlugins.java # src/main/java/io/qameta/allure/bamboo/info/allurewidgets/summary/Statistic.java # src/main/java/io/qameta/allure/bamboo/info/allurewidgets/summary/Summary.java # src/main/java/io/qameta/allure/bamboo/info/allurewidgets/summary/Time.java # src/main/java/io/qameta/allure/bamboo/util/Downloader.java # src/main/java/io/qameta/allure/bamboo/util/FileStringReplacer.java # src/main/java/io/qameta/allure/bamboo/util/ZipUtil.java # src/main/resources/allure-bamboo.properties # src/main/resources/templates/editAllureBambooConfiguration.ftl # src/test/java/io/qameta/allure/bamboo/AllureCommandLineSupportTest.java # src/test/java/io/qameta/allure/bamboo/AllureDownloaderTest.java # src/test/java/io/qameta/allure/bamboo/AllureExecutableProviderTest.java
@vbragin any updated on this? |
@baev could you help me with this PR? |
Hello @lararojasmr could you please rebase from master and fix all conflicts? |
@vbragin the merge is done. Please let me know if you need something else |
vbragin
approved these changes
Oct 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: